PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutBorderStyle Enumeration
In This Topic
    PDFStandardLayoutBorderStyle Enumeration
    In This Topic
    Specifies the available values for PDFStandardLayoutAttribute.setBorderStyle method..
    Members
    MemberDescription
    DASHEDThe border is a series of short line segments.
    DOTTEDThe border is a series of dots.
    DOUBLEThe border is two solid lines. The sum of the two lines and the space between them equals the value of PDFStandardLayoutAttribute.getBorderThickness.
    GROOVEThe border looks as though it were carved into the canvas.
    HIDDENSame as None, except in terms of border conflict resolution for table elements.
    INSETThe border makes the entire box look as though it were embedded in the canvas.
    NONENo border. Forces the computed value of PDFStandardLayoutAttribute.getBorderThickness to be 0.
    OUTSETThe border makes the entire box look as though it were coming out of the canvas (the opposite of Inset).
    RIDGEThe border looks as though it were coming out of the canvas (the opposite of Groove).
    SOLIDThe border is a single line segment.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.logicalstructure.PDFStandardLayoutBorderStyle

    See Also